home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
rocketman.swf
/
scripts
/
DefineSprite_38_Pickup
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-01-12
|
274 b
|
11 lines
onEnterFrame = function()
{
if(_parent.superg.hitTest(this) && !_parent.superg.dead)
{
_root.knuggs += _parent.snumber;
parent.pickUp = null;
_parent.addPopUp(_X,_Y,"Knugg: +" + _parent.snumber,3);
this.gotoAndPlay("remove");
}
};